projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dcfda4
)
* progmodes/python.el (python-end-of-block): Avoid looping forever
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 16 Apr 2007 18:55:18 +0000
(18:55 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 16 Apr 2007 18:55:18 +0000
(18:55 +0000)
if python-next-statement fails.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 825487a0881b51929d4ae81b44ce43a35168451f..736a2407932d8f8b2e544e2fae3e329a235ec319 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2007-04-16 Chong Yidong <cyd@stupidchicken.com>
+
+ * progmodes/python.el (python-end-of-block): Avoid looping forever
+ if python-next-statement fails.
+
2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.